home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / INFO / PCCDEMO.ZIP / COMP1.EXE / NEAT.PRS < prev    next >
Text File  |  1993-12-20  |  3KB  |  62 lines

  1.                                                      ìäÇô üÄÄôöÅ ╬╠╬╠╬╠╬╠╧╧╡
  2.                                    
  3.                                    │     If you  have a  Sound Blaster,
  4.                                    │  you can easily do this, by making
  5.                                    │  your computer play a sample sound
  6.           │                        │  file (.VOC)  on boot  up.(you can
  7. ┌┐┌┐┌┐├   ├┐┌┐┌┐├ ┌┌┌┐             │  do  this  on  any  board  with  a
  8. ││├┘┌┤│   │││││││ ││││             │  background player).
  9. └└└┘└┘└┘  └┘└┘└┘└┘└┘├┘             │     Its very  simple, just include
  10.                     │              │  the following  lines, at  the end
  11.                                    │  of your AUTOEXEC.BAT :
  12.                                    │
  13.                                    │  CD\SB\VOXKIT\VPLAY
  14.    Wouldn't it  be a  surprise to  │  (For  SOUND  BLASTER  PRO replace
  15. your friend if, when they turn on  │  above with : CD\SB\VEDIT2\VPLAY)
  16. your  computer,  it  greets  them  │  VPLAY sample.VOC
  17. loud and clear:                    │  CD\
  18.                                    │
  19.  "EVERY  STEP   YOU  TAKE,  EVERY  │
  20. BREATH YOU MAKE, I'LL BE WATCHING  │     However  this  does  mean that
  21. YOU!!".                            │  you   have   to   wait   for  the
  22.                                    │  samplefile to  finnish before you
  23.            
  24.  
  25. can use dos.                       │  does this by  taking advantage of
  26.    A way  around  it is  to split  │  the DMA  capability of  the Sound
  27. your AUTOEXEC.BAT into two parts,  │  Blaster, but thats another story!
  28. the  first   part   still  called  │
  29. AUTOEXEC.BAT  containing  some of  │     Once you do the above you will
  30. the original commands  (up to you  │  be able to load your mouse driver
  31. realy)  as  well   as  the  lines  │  and the virus scanner, etc, while
  32. below:                             │  the  computer   is  singing  your
  33.                                    │  favorite song. I  used to have my
  34. CD\SB\VOXKIT\VPLAY                 │  computer sing "LAY  YOUR HANDS ON
  35. (For  SOUND  BLASTER  PRO replace  │  ME..."
  36. above with : CD\SB\VEDIT2\VPLAY)   │     If you  have any  trouble with
  37. VPLAY sample.VOC  /X="AUTO2.BAT"   │  the command line  for VPLAY, then
  38.                                    │  just   open   that   dusty  Sound
  39.    And  the   rest  contained  in  │  Blaster manual.
  40. another file called AUTO2.BAT.     │     Other things you could do with
  41.    The /X="commandline" parameter  │  your sound  board,  is to  have a
  42. allows us  to  run a  DOS command  │  batch  file,  where  the computer
  43. (up to  16 parameters)  while the  │  plays a  certain  QUOTE  or SONG,
  44. sample.VOC  file  is  playing. It  │  just before  you  run  or  exit a
  45.                                
  46.  
  47. program. This  way  you  can make  │
  48. your system come to live.          │
  49.                                    │
  50.    On  a  mutli-user  system, you  │
  51. could   leave   instructions   or  │
  52. warning  or   error  messages  to  │
  53. other  users,  ie:  if  a program  │
  54. contains a certain  bug, then the  │
  55. user  will   receive  your  voice  │
  56. instructing them  of this problem  │
  57. and how to handle it.              │
  58.                                    │
  59.   The possibilities  are endless,  │
  60. just  use  your  imagination  and  │
  61. have fun ñ                         │
  62.